From: John Crispin Date: Thu, 17 Jul 2014 16:49:53 +0000 (+0100) Subject: mpd: force zeroconf to no X-Git-Tag: v14.07~147 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=4fb546380f97215be69371bddaaf266daa4884d5;p=feed%2Fpackages.git mpd: force zeroconf to no without this we get missing dependecy errors if avahi is staged. Signed-off-by: John Crispin --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 6547d729e6..bbe4cd2d59 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -118,7 +118,7 @@ CONFIGURE_ARGS += \ --disable-wavpack \ --disable-wildmidi \ --disable-zzip \ - --with-zeroconf=auto \ + --with-zeroconf=no \ \ --enable-curl \ --enable-flac \